Spread Windows Forms 12.0 Product Documentation
NamedObjectCollection<T> Class
Members 


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace : NamedObjectCollection<T> Class
Represents the strongly typed collection of INamedObject objects. Provides methods and properties to search and access items using the INamedObject.Name property of the INamedObject object.
Object Model
NamedObjectCollection<T> Class
Syntax
'Declaration
 
Public Class NamedObjectCollection(Of T As INamedObject) 
   Inherits CollectionBase(Of T)
'Usage
 
Dim instance As NamedObjectCollection(Of T)
public class NamedObjectCollection<T> : CollectionBase<T> 
where T: INamedObject
Type Parameters
T
Inheritance Hierarchy

System.Object
   System.Collections.CollectionBase
      GrapeCity.Win.Spread.InputMan.CellType.CollectionBase<T>
         GrapeCity.Win.Spread.InputMan.CellType.NamedObjectCollection<T>
            GrapeCity.Win.Spread.InputMan.CellType.DateTimeDisplayFieldCollectionInfo
            GrapeCity.Win.Spread.InputMan.CellType.DateTimeFieldCollectionInfo
            GrapeCity.Win.Spread.InputMan.CellType.Fields.DisplayFieldCollection<T>
            GrapeCity.Win.Spread.InputMan.CellType.Fields.FieldCollection<T>
            GrapeCity.Win.Spread.InputMan.CellType.MaskFieldCollectionInfo
            GrapeCity.Win.Spread.InputMan.CellType.NumberDisplayFieldCollectionInfo
            GrapeCity.Win.Spread.InputMan.CellType.SideButtonCollectionInfo
            GrapeCity.Win.Spread.InputMan.CellType.TimeSpanDisplayFieldCollectionInfo
            GrapeCity.Win.Spread.InputMan.CellType.TimeSpanFieldCollectionInfo

See Also

Reference

NamedObjectCollection<T> Members
GrapeCity.Win.Spread.InputMan.CellType Namespace